Example Project for Tuts+ Tutorial:
"Build a Custom API to Connect Your WordPress site With Ruby on Rails"

In this tutorial, we will build a simple Rails API and call it from WordPress 
to display the contents of a Rails powered shopping cart on a WordPress blog.

Tutorial URL: 
https://code.tutsplus.com/tutorials/build-a-custom-api-to-connect-your-wordpress-site-with-ruby-on-rails--cms-21189

--

The source code in the directory shopping_cart_example is a standard Ruby on Rails 
project built and tested with Ruby on Rails, version 3.2.10. The project specific
code can be found in:

* app/ and all its sub directories
* config/routes.rb
* Gemfile

